home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / mouse / WheelBusMouse.readme < prev    next >
Encoding:
Text File  |  2000-07-01  |  1.8 KB  |  46 lines

  1. Short:    Bus Mouse wheel support
  2. Author:   rdc@cyberstorm.mtu-net.ru (denis sotchenko)
  3. Uploader: rdc@cyberstorm.mtu-net.ru
  4. Type:     util/mouse
  5.  
  6. At this moment (May/June 2000) there was only one wheel mice driver on
  7. Ami - NewMouse.  This driver works only with serial mice, that have
  8. two serious disadvantages - them allocates serial port (useful for
  9. modem) and them have VERY SLOW update rate, with bad flickering of
  10. mouse pointer as result (typical 40fps for 2button and 25fps for
  11. 3button mice).
  12.  
  13. There are simple solution to adapt PC mice for Ami, as described in
  14. many documents - you can simply remove mouse chip and replace it with
  15. Schmitt-trigger, and mouse will be Amiga-like.  Unfortunately, this
  16. solution forced you to lose wheel and other mouse features... up to
  17. this moment. :)
  18.  
  19. Now you can add two Schmitt-trigger elements and connect wheel
  20. optopairs to joystick port pins 1 and 3.  Amiga has two similar pairs
  21. of mouse counters, and second pair will be used for mouse wheel.
  22. This driver reads second counter 25 timers every second and generates
  23. NewMouse-standard input events.  It is (theoretically) fully NewMouse
  24. compatible, you can use it with any NewMouse aware applications like
  25. DirOpusMagellan.
  26.  
  27. Full C source code included.  Installation is very simple - add
  28. following string in you startup-sequence or user-startup:
  29.  
  30. run >nil: c:wbm
  31.  
  32. Driver may be terminated by CTRL/C or break signal.
  33.  
  34.  
  35. Have fun!
  36.  
  37.  
  38. ============================= Archive contents =============================
  39.  
  40. Original  Packed Ratio    Date     Time    Name
  41. -------- ------- ----- --------- --------  -------------
  42.      524     384 26.7% 12-Jun-00 23:38:22  wbm
  43.     1966     817 58.4% 12-Jun-00 23:38:30  wbm.c
  44. -------- ------- ----- --------- --------
  45.     2490    1201 51.7% 15-Jun-100 06:52:46   2 files
  46.